home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC2.chm / default.css < prev    next >
Cascading Style Sheet File  |  2002-07-30  |  2KB  |  130 lines

  1. H1 {
  2.   background: #DCDCDC;
  3.   text-align: center;
  4.   border: 3px inset blue;
  5.   font-size: 200%
  6. }
  7. H2,LI,BLOCKQUOTE,DL {
  8.   text-align: left
  9. }
  10. BODY {
  11.   text-align: justify;
  12.   font-family: Verdana
  13. }
  14. DFN {
  15.   /*background: yellow*/
  16. }
  17. /* should really use ABBR, but IE5 doesn't support it */
  18. ACRONYM {
  19.   font-weight: bold
  20. }
  21.  
  22. A {
  23.   font-weight: bold
  24. }
  25. A:link {
  26.   color: darkblue
  27. }
  28. A:hover {
  29.   color: blue;
  30.   background: #EFEFEF
  31. }
  32.  
  33. P.seealso {
  34.   /*text-align: center;*/
  35.   text-align: left;
  36.   font-weight: bold;
  37.   font-size: 75%;
  38.   background: #EFEFEF;
  39.   width: 100%;
  40.   border: 1px solid;
  41.   padding: 3px
  42. }
  43. P.seealso A {
  44.   font-weight: normal
  45. }
  46. P.seealso A:hover {
  47.   background: white
  48. }
  49.  
  50. P.syntax {
  51.   text-align: left;
  52.   font-size: 90%;
  53.   background: #EFEFEF;
  54.   width: 100%;
  55.   border: 1px solid;
  56.   padding: 3px;
  57.   padding-left: 1em;
  58.   text-indent: -.75em
  59. }
  60. P.syntax:first-line {
  61.   font-weight: bold;
  62.   line-height: 150%
  63. }
  64. P.syntax A {
  65.   font-weight: normal
  66. }
  67. P.syntax A:hover {
  68.   background: white
  69. }
  70.  
  71. P.shnav {
  72.   text-align: left;
  73.   font-size: 75%;
  74.   background: #EFEFEF;
  75.   width: 100%;
  76.   border: 1px solid;
  77.   padding: 3px;
  78.   padding-left: 1em;
  79.   text-indent: -.75em
  80. }
  81. P.shnav A {
  82.   font-weight: normal
  83. }
  84. P.shnav A:hover {
  85.   background: white
  86. }
  87.  
  88. PRE.example {
  89.   text-align: left;
  90.   background: #EFEFEF;
  91.   font-size: 90%;
  92.   width: 100%;
  93.   border: 1px solid;
  94.   padding: 3px;
  95.   padding-left: 1em;
  96.   text-indent: -.75em;
  97. }
  98. PRE.example:first-line {
  99.   font-weight: bold;
  100.   font-family: Verdana;
  101.   line-height: 150%
  102. }
  103.  
  104. DT {
  105.   font-weight: bold;
  106.   border: 1px solid gray;
  107.   background: #dcdcdc
  108. }
  109. DD DT {
  110.   border: none;
  111.   background: transparent
  112. }
  113. DD {
  114.   margin-left: 3em;
  115.   margin-top: 1ex;
  116.   margin-bottom: 1em
  117. }
  118. DD DD {
  119.   margin-left: 1em;
  120.   margin-top: 0.5ex;
  121. }
  122.  
  123. TABLE {
  124.   border: 1px solid black;
  125. }
  126. TH {
  127.   text-align: left;
  128.   background: #EFEFEF;
  129.   border: 1px solid gray;
  130. }